@media (min-width: 1200px)
.uk-margin-large-top {
    margin-top: 0px!important;
}

.uk-width-small {
    width: 76px;
}


.uk-responsive-height {
    max-height: 80%;
    height: 63%;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 13px;
}

.uk-accordion-content {
    margin-top: 10px;
}

.uk-accordion-title {
    font-size: 15px;
}

.uk-margin-medium-bottom {
    margin-bottom: 15px!important;
}

.uk-margin-remove-top {
      margin-top: 0!important;
    margin-bottom: 0!important;
}


@media (min-width: 960px)
.uk-article-title {
    font-size: 26px;
}

.uk-article-title {
    font-size: 26px;
    line-height: 1.4;
}

.uk-margin-large-bottom {
    margin-bottom: 15px!important;
}

@media (min-width: 1200px)
.uk-margin-large-bottom {
    margin-bottom: 15px!important;
}

.uk-subnav {
    margin-left: -7px;
}
.uk-subnav>* {
    padding-left: 7px;
}
.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    margin-right: 7px;
}


*+.uk-margin {
    margin-top: 10px!important;
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding: 10px 10px;
}


.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 7px;
}

.container>:last-child, .uk-container>:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

*+.uk-margin {
    margin-top: 3px!important;
}
.uk-margin-small-bottom {
    margin-bottom: 3px!important;
}


/* 艺术家列表效果CSS开始第二部分 */
.shortcut{ position:relative; z-index:101; overflow:hidden; border:none;}
.shortcut a{margin-bottom:0px;  margin-left:0px; display:block; width:120px; height:120px; position:relative; overflow:hidden; float:left; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; top:0px;}
.shortcut a img{ position:absolute; left:0px; top:0px;}

.shortcut a div{
font-family: Helvetica,"Microsoft YaHei UI Bold","Microsoft YaHei UI","黑体","宋体",sans-serif;
color: #717171;
font-size: 14px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
width:120px;
text-align: center;
position: absolute;
padding-top:45px;
}
.shortcut a:hover div{
color: #fff;
font-size: 14px;
font-family: Helvetica,"Microsoft YaHei UI Bold","Microsoft YaHei UI","黑体","宋体",sans-serif;
font-weight:bold;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.shortcut a span{
	font-size: 9px;
	font-weight:normal;
	color: #c0c0c0;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0);
}
.shortcut a:hover span{
	color: #fff;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.shortcut a .imgH{ left:-230px; transition:all 0.2s ease; -webkit-transition:all 0.2s ease;}
.shortcut a:hover{ text-decoration:none;}
.shortcut a:hover .imgH{ display:block; left:0px;}
/* 效果CSS结束 */

